testsuite: Fix notify test no not fail on the 30th
authorMatthias Clasen <mclasen@redhat.com>
Sun, 29 Mar 2020 13:01:13 +0000 (09:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 29 Mar 2020 13:04:19 +0000 (09:04 -0400)
commit8acd9ffc76630ea0119c487ba396daae0c210b5a
treebdbbda7452f09bc25db254b1d97a72e4e6623fb9
parent6e52820fd2f9ca6e25986e8aaa2e2ef057911a04
testsuite: Fix notify test no not fail on the 30th

We are setting the month property to 10 different values,
checking that the change succeeds. But the calendar defaults
to the current date, so on every 30th of the month, we
try to set a date of Febuary 30, which fails.

Lets fix this before the 31st, by setting the calendar
to a good date.
testsuite/gtk/notify.c